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 51
51
path : results.sarif
52
52
53
53
- 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
55
55
with :
56
56
sarif_file : results.sarif
57
57
category : actions-zizmor
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
34
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
34
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
35
35
with :
36
36
languages : ${{ matrix.language }}
37
37
build-mode : none
38
38
39
39
- name : Perform CodeQL Analysis
40
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
40
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
41
41
with :
42
42
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
37
37
run : echo "name=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
38
38
- name : Release
39
39
id : release
40
- uses : googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4.1.4
40
+ uses : googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
41
41
with :
42
42
target-branch : ${{ steps.branch.outputs.name }}
43
43
release-type : terraform-module
44
44
token : ${{ steps.token.outputs.token }}
45
45
- name : Attest
46
46
if : ${{ steps.release.outputs.releases_created == 'true' }}
47
47
id : attest
48
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
48
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
49
49
with :
50
50
subject-path : ' ${{ github.workspace }}/lambdas/functions/**/*.zip'
51
51
- name : Update release notes with attestation
Original file line number Diff line number Diff line change 55
55
key : tflint-${{ hashFiles('.tflint.hcl') }}
56
56
- if : contains(matrix.terraform, '1.5.')
57
57
name : Setup TFLint
58
- uses : terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
58
+ uses : terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
59
59
with :
60
60
github_token : ${{ secrets.GITHUB_TOKEN }}
61
61
- if : contains(matrix.terraform, '1.5.')
@@ -116,7 +116,7 @@ jobs:
116
116
key : tflint-${{ hashFiles('.tflint.hcl') }}
117
117
- if : contains(matrix.terraform, '1.3.')
118
118
name : Setup TFLint
119
- uses : terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
119
+ uses : terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
120
120
with :
121
121
github_token : ${{ secrets.GITHUB_TOKEN }}
122
122
- if : contains(matrix.terraform, '1.3.')
@@ -174,7 +174,7 @@ jobs:
174
174
key : tflint-${{ hashFiles('.tflint.hcl') }}
175
175
- if : contains(matrix.terraform, '1.5.')
176
176
name : Setup TFLint
177
- uses : terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
177
+ uses : terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4.1.1
178
178
with :
179
179
github_token : ${{ secrets.GITHUB_TOKEN }}
180
180
- if : contains(matrix.terraform, '1.5.')
Original file line number Diff line number Diff line change 42
42
# change docs via PR in case of locked main branch
43
43
- name : Create Pull Request (main branch only)
44
44
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
46
46
with :
47
47
token : ${{ secrets.GITHUB_TOKEN }}
48
48
commit-message : " docs: auto update terraform docs"
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
3
Copyright (c) 2025 GitHub Terraform AWS runners
4
+ Copyright (c) 2020-2024 Koninklijke Philips N.V., https://www.philips.com
4
5
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments