diff --git a/.github/workflows/default_linter_callable.yml b/.github/workflows/default_linter_callable.yml index 4775770..ec333ae 100644 --- a/.github/workflows/default_linter_callable.yml +++ b/.github/workflows/default_linter_callable.yml @@ -105,7 +105,7 @@ jobs: needs: find-changes-for-shell-output if: needs.find-changes-for-shell-output.outputs.yaml == 'true' steps: - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: yaml-lint uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1 diff --git a/.github/workflows/docker_dockerhub_release_callable.yml b/.github/workflows/docker_dockerhub_release_callable.yml index f91a3e2..7597e33 100644 --- a/.github/workflows/docker_dockerhub_release_callable.yml +++ b/.github/workflows/docker_dockerhub_release_callable.yml @@ -60,7 +60,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build Image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: . load: true @@ -79,7 +79,7 @@ jobs: with: sarif_file: "trivy-results.sarif" - name: Build and push image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: context: . push: ${{ inputs.push }} diff --git a/.github/workflows/terraform_module_release_manual_callable.yml b/.github/workflows/terraform_module_release_manual_callable.yml index 73fcd43..43c2f48 100644 --- a/.github/workflows/terraform_module_release_manual_callable.yml +++ b/.github/workflows/terraform_module_release_manual_callable.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release - uses: google-github-actions/release-please-action@1c080853af420a4b36d5fcad36e06721bc433e0c # v1.6.3 + uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1 with: release-type: terraform-module include-v-in-tag: false