We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba3d0a9 + 8683174 commit 78d0344Copy full SHA for 78d0344
2 files changed
.github/workflows/hypatia-scan.yml
@@ -146,7 +146,7 @@ jobs:
146
147
- name: Comment on PR with findings
148
if: github.event_name == 'pull_request' && steps.scan.outputs.findings_count > 0
149
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
150
with:
151
script: |
152
const fs = require('fs');
.github/workflows/jekyll-gh-pages.yml
@@ -37,7 +37,7 @@ jobs:
37
source: ./
38
destination: ./_site
39
- name: Upload artifact
40
- uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
+ uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
41
42
# Deployment job
43
deploy:
0 commit comments