Skip to content

Commit

Permalink
Merge pull request #37 from OwlPlug/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-3.1.2

chore(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2
  • Loading branch information
DropSnorz committed Jan 9, 2023
2 parents 945e221 + b1cc548 commit 1aa5d8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
echo ${{ github.event.number }} > ./pr-artifacts/pr-number
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
if: ${{ always() }}
with:
name: pr-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.0
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: ${{ always() }}
run: echo ${{ github.event.number }} > ./pr-artifacts/pr-number

- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
if: ${{ always() }}
with:
name: pr-artifacts
Expand Down

0 comments on commit 1aa5d8c

Please sign in to comment.