.github/workflows/brakeman-analysis.yml in alchemy_cms-7.0.0.pre.a vs .github/workflows/brakeman-analysis.yml in alchemy_cms-7.0.0.pre.b
- old
+ new
@@ -17,11 +17,11 @@
name: Brakeman Scan
runs-on: ubuntu-latest
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
# Customize the ruby version depending on your needs
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
@@ -39,8 +39,8 @@
run: |
brakeman -f sarif -o output.sarif.json .
# Upload the SARIF file generated in the previous step
- name: Upload SARIF
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: output.sarif.json