Skip to content

Commit b90d290

Browse files
chore(deps): update github-actions
1 parent d02f977 commit b90d290

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/go-ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- task-generator/trusted-artifacts
1616
steps:
1717
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
18-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
18+
- uses: actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505
1919
with:
2020
go-version-file: './${{matrix.path}}/go.mod'
2121
cache-dependency-path: ./${{matrix.path}}/go.sum
2222
- name: golangci-lint
23-
uses: golangci/golangci-lint-action@09dada95f1915e08fa7eb2c56d061a83807ad91f
23+
uses: golangci/golangci-lint-action@8861dcf4f1514cc06341214d9cd34fd312346345
2424
with:
2525
working-directory: ${{matrix.path}}
2626
args: "--timeout=10m --build-tags='normal periodic'"
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
3737
- name: Install Go
38-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
38+
uses: actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505
3939
with:
4040
go-version-file: './${{matrix.path}}/go.mod'
4141
cache-dependency-path: ./${{matrix.path}}/go.sum
@@ -78,7 +78,7 @@ jobs:
7878
- task-generator/trusted-artifacts
7979
steps:
8080
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
81-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
81+
- uses: actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505
8282
with:
8383
go-version-file: './${{matrix.path}}/go.mod'
8484
cache-dependency-path: ./${{matrix.path}}/go.sum
@@ -89,7 +89,7 @@ jobs:
8989
# we let the report trigger content trigger a failure using the GitHub Security features.
9090
args: '-tags normal,periodic -no-fail -fmt sarif -out results.sarif ${{matrix.path}}/...'
9191
- name: Upload SARIF file
92-
uses: github/codeql-action/upload-sarif@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
92+
uses: github/codeql-action/upload-sarif@9b02dc2f60288b463e7a66e39c78829b62780db7
9393
with:
9494
# Path to SARIF file relative to the root of the repository
9595
sarif_file: results.sarif

.github/workflows/run-task-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Get all changed files in the PR from task directory
2323
id: changed-dirs
24-
uses: tj-actions/changed-files@4140eb99d2cced9bfd78375c2088371853262f79
24+
uses: tj-actions/changed-files@666c9d29007687c52e3c7aa2aac6c0ffcadeadc3
2525
with:
2626
files: |
2727
# Any task yaml or script (including its tests) is changed

0 commit comments

Comments
 (0)