Skip to content

Commit 78d0344

Browse files
Merge pull request #2 from hyperpolymath/dependabot/github_actions/actions-6de99dde30
build(deps): Bump the actions group with 2 updates
2 parents ba3d0a9 + 8683174 commit 78d0344

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Comment on PR with findings
148148
if: github.event_name == 'pull_request' && steps.scan.outputs.findings_count > 0
149-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
149+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
150150
with:
151151
script: |
152152
const fs = require('fs');

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
source: ./
3838
destination: ./_site
3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
40+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
4141

4242
# Deployment job
4343
deploy:

0 commit comments

Comments
 (0)