Skip to content

Commit

Permalink
Update brakeman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlippold authored Jan 26, 2025
1 parent e599a02 commit f7dfc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: Brakeman Scan
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
Expand Down

0 comments on commit f7dfc8c

Please sign in to comment.