File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 5151 path : results.sarif
5252
5353 - name : Upload SARIF file
54- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
54+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
5555 with :
5656 sarif_file : results.sarif
5757 category : actions-zizmor
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
34+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
3535 with :
3636 languages : ${{ matrix.language }}
3737 build-mode : none
3838
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
40+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
4141 with :
4242 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 run : echo "name=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
3838 - name : Release
3939 id : release
40- uses : googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4.1.4
40+ uses : googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
4141 with :
4242 target-branch : ${{ steps.branch.outputs.name }}
4343 release-type : terraform-module
4444 token : ${{ steps.token.outputs.token }}
4545 - name : Attest
4646 if : ${{ steps.release.outputs.releases_created == 'true' }}
4747 id : attest
48- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
48+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
4949 with :
5050 subject-path : ' ${{ github.workspace }}/lambdas/functions/**/*.zip'
5151 - name : Update release notes with attestation
Original file line number Diff line number Diff line change 5555 key : tflint-${{ hashFiles('.tflint.hcl') }}
5656 - if : contains(matrix.terraform, '1.5.')
5757 name : Setup TFLint
58- uses : terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
58+ uses : terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
5959 with :
6060 github_token : ${{ secrets.GITHUB_TOKEN }}
6161 - if : contains(matrix.terraform, '1.5.')
@@ -116,7 +116,7 @@ jobs:
116116 key : tflint-${{ hashFiles('.tflint.hcl') }}
117117 - if : contains(matrix.terraform, '1.3.')
118118 name : Setup TFLint
119- uses : terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
119+ uses : terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
120120 with :
121121 github_token : ${{ secrets.GITHUB_TOKEN }}
122122 - if : contains(matrix.terraform, '1.3.')
@@ -174,7 +174,7 @@ jobs:
174174 key : tflint-${{ hashFiles('.tflint.hcl') }}
175175 - if : contains(matrix.terraform, '1.5.')
176176 name : Setup TFLint
177- uses : terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
177+ uses : terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
178178 with :
179179 github_token : ${{ secrets.GITHUB_TOKEN }}
180180 - if : contains(matrix.terraform, '1.5.')
Original file line number Diff line number Diff line change 4242 # change docs via PR in case of locked main branch
4343 - name : Create Pull Request (main branch only)
4444 if : github.ref == 'refs/heads/main' && github.repository_owner == 'github-aws-runners'
45- uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
45+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4646 with :
4747 token : ${{ secrets.GITHUB_TOKEN }}
4848 commit-message : " docs: auto update terraform docs"
Original file line number Diff line number Diff line change 11MIT License
22
33Copyright (c) 2025 GitHub Terraform AWS runners
4+ Copyright (c) 2020-2024 Koninklijke Philips N.V., https://www.philips.com
45
56Permission is hereby granted, free of charge, to any person obtaining a copy
67of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments