Skip to content

Commit d4a26e8

Browse files
chore(deps): update github/codeql-action digest to 95e58e9 (#182)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) ([changelog](https://redirect.github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13..95e58e9a2cdfd71adc6e0353d5c52f41a045d225)) | action | digest | `c10b806` → `95e58e9` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44My4yIiwidXBkYXRlZEluVmVyIjoiNDMuODMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate-coop-norge[bot] <151545514+renovate-coop-norge[bot]@users.noreply.github.com>
1 parent ddc965c commit d4a26e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/supply-chain-security-validation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Initialize CodeQL
163163
if: steps.languages.outputs.result != '""'
164-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
164+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
165165
with:
166166
config-file: ${{ inputs.codeql-code-scanning-config-file }}
167167
languages: ${{ fromJSON(steps.languages.outputs.result) }}
@@ -171,10 +171,10 @@ jobs:
171171
dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/coopnorge/index.json"
172172
- name: Autobuild
173173
if: steps.languages.outputs.result != '""'
174-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4
174+
uses: github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
175175
- name: Perform CodeQL Analysis
176176
if: steps.languages.outputs.result != '""'
177-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
177+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
178178
with:
179179
category: ${{ inputs.codeql-code-scanning-category }}
180180

0 commit comments

Comments
 (0)