Skip to content

Commit

Permalink
Merge pull request #417 from complytime/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.6.0

build(deps): bump actions/upload-artifact from 4.3.4 to 4.6.0
  • Loading branch information
marcusburghardt authored Jan 15, 2025
2 parents 9c433cd + 38dc361 commit f59f4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: make test-code-cov

- name: Upload artifact
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # pin@v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4
with:
name: coverage
path: coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
publish_results: true

- name: Upload artifact
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # pin@v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit f59f4fe

Please sign in to comment.