Skip to content

Commit

Permalink
Update Github actions dependencies (#23)
Browse files Browse the repository at this point in the history
* Update Github actions dependencies:
  - update checkout to v4 (Node 16 to 20)
  - Pin upload-artifact only to major version

* update readme
  • Loading branch information
maj113 authored Sep 8, 2023
1 parent 6dc2931 commit b41921d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
security-events: write
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Check that dockerfile can be built
- name: Build action image
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Self test action
uses: ./
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3
with:
# Artifact name
name: devskim-results.sarif # optional, default is artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The DevSkim GitHub Action outputs a sarif file compatible with GitHub's Security
Add DevSkim to your GitHub Actions pipeline like below.

```
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: microsoft/DevSkim-Action@v1
- uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit b41921d

Please sign in to comment.