File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 mkdir -p /tmp/artifacts
2020 { echo "$REVIEW_BODY"; echo "$PULL_REQUEST_NUMBER"; echo "$COMMIT_ID"; } >> /tmp/artifacts/metadata.txt
2121 cat /tmp/artifacts/metadata.txt
22- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
22+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2323 with :
2424 name : artifacts
2525 path : /tmp/artifacts
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 - uses : ./.github/actions/install-deps
2222 - run : make vulncheck
23- - uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
23+ - uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
2424 with :
2525 languages : go
26- - uses : github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
27- - uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
26+ - uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
27+ - uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
2828 # Javascript is added here for evaluating Github Action vulnerabilities
2929 # https://github.blog/2023-08-09-four-tips-to-keep-your-github-actions-workflows-secure/#2-enable-code-scanning-for-workflows
3030 analyze-github-actions :
3636 security-events : write # github/codeql-action/init@v3
3737 steps :
3838 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39- - uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
39+ - uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4040 with :
4141 languages : actions
42- - uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
42+ - uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
Original file line number Diff line number Diff line change 1818 mkdir -p /tmp/artifacts
1919 { echo "$PULL_REQUEST_NUMBER"; echo "$COMMIT_ID"; } >> /tmp/artifacts/website-metadata.txt
2020 cat /tmp/artifacts/website-metadata.txt
21- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
21+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2222 with :
2323 name : artifacts
2424 path : /tmp/artifacts
You can’t perform that action at this time.
0 commit comments