Skip to content

Commit fb29e53

Browse files
authored
Merge branch 'release-0.21' into automated-backport-of-submariner-io#1298-upstream-release-0.21
2 parents 0a17ad3 + c4c3f74 commit fb29e53

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: cat ${{ steps.scan.outputs.sarif }}
122122
- name: Upload Anchore scan SARIF report
123123
if: always()
124-
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
124+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e
125125
with:
126126
sarif_file: ${{ steps.scan.outputs.sarif }}
127127

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
- name: Show Anchore scan SARIF report
4848
run: cat ${{ steps.scan.outputs.sarif }}
4949
- name: Upload Anchore scan SARIF report
50-
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
50+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e
5151
with:
5252
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d
19+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
2020
with:
2121
days-before-issue-stale: 120
2222
days-before-pr-stale: 14

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
done
3434
3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
36+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
3737
with:
3838
name: Unit test artifacts
3939
path: artifacts

0 commit comments

Comments
 (0)