File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4646 contents : read
4747 steps :
4848 - name : 📥 checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 fetch-depth : 0
5252 - name : 🖊️ materialize signing key
Original file line number Diff line number Diff line change 4747
4848 steps :
4949 - name : 📥 checkout
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v5
5151 with :
5252 fetch-depth : 0
5353 - name : 🎰 initialize CodeQL
Original file line number Diff line number Diff line change 2727 contents : read
2828 steps :
2929 - name : 📥 checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333 - name : 🔬 scan
Original file line number Diff line number Diff line change 4747 version : ${{ steps.determine-version.outputs.version }}
4848 steps :
4949 - name : 📥 checkout
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v5
5151 with :
5252 fetch-depth : 0
5353 - name : 🎰 determine modules
Original file line number Diff line number Diff line change 3232 - { url: 'https://nuget.pkg.github.com/Accenture/index.json', apiKeySecretName: 'GITHUB_TOKEN' }
3333 steps :
3434 - name : 🔽 download packages
35- uses : actions/download-artifact@v4
35+ uses : actions/download-artifact@v5
3636 with :
3737 pattern : packages-*
3838 merge-multiple : true
Original file line number Diff line number Diff line change 4747 security-events : write
4848 steps :
4949 - name : 📥 checkout
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v5
5151 with :
5252 fetch-depth : 0
5353 - name : 💾 cache nuget packages
5858 restore-keys : |
5959 ${{ runner.os }}-qodana-${{ github.ref }}
6060 - name : 🔬 qodana scan
61- uses : JetBrains/qodana-action@v2025.1
61+ uses : JetBrains/qodana-action@v2025.2
6262 with :
6363 pr-mode : false
6464 post-pr-comment : true
Original file line number Diff line number Diff line change 4040 image : semgrep/semgrep
4141 steps :
4242 - name : 📥 checkout
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 fetch-depth : 0
4646 - name : 🔬 semgrep scan
Original file line number Diff line number Diff line change 3535 security-events : write
3636 steps :
3737 - name : 📥 checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141 - name : 🏗️ restore dependencies
Original file line number Diff line number Diff line change 2020 contents : write
2121 steps :
2222 - name : 📥 checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626 - name : 🏷️ tag version
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : 📥 checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242 with :
4343 fetch-depth : 0
4444 - name : 🖊️ materialize signing key
You can’t perform that action at this time.
0 commit comments