Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
- name: Verify action checksums
uses: ./.github/actions/ghasum
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.33.0
uses: github/codeql-action/init@v4.34.1
with:
config-file: ./.github/codeql.yml
languages: ${{ matrix.what }}
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4.33.0
uses: github/codeql-action/analyze@v4.34.1
reproducible:
name: Reproducible build
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Perform Semgrep analysis
run: semgrep --sarif --output semgrep.sarif
- name: Upload Semgrep report to GitHub
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
if: ${{ failure() || success() }}
with:
sarif_file: semgrep.sarif
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gha.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ actions/upload-artifact@v7.0.0 i5J8N4Q0JUfyFTpJEYaFPj+hZEkunlO+blQNEv9+jQI=
asdf-vm/actions@b7bcd026f18772e44fe1026d729e1611cc435d47 NTSr2fG0/s/purlk1j8nFi/OZXSGAlRzB+GB0KKzhTk=
asdf-vm/actions@v4.0.0 eGZn+tf2SoEwu2pptGEHoXu4mnO/zJHvqWldHAhWmtM=
ericcornelissen/tool-versions-update-action@v2.2.0 hEKQk7PtggFp4V/aUnbNy7/VbpQsYTUurzocvHKI3Qw=
github/codeql-action@b1bff81932f5cdfc8695c7752dcee935dcd061c8 osaMoMl0h2/8q1LRJZfxtu+nLCWaziVAVPazqOavVt0=
github/codeql-action@v4.33.0 osaMoMl0h2/8q1LRJZfxtu+nLCWaziVAVPazqOavVt0=
github/codeql-action@38697555549f1db7851b81482ff19f1fa5c4fedc 3Wg9oJQ8Tu1ZbbFVambgJ14eJ7TJXRF1AqVpyqkqFyg=
github/codeql-action@v4.34.1 3Wg9oJQ8Tu1ZbbFVambgJ14eJ7TJXRF1AqVpyqkqFyg=
peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 OLxtm/mOdNIRqAWWLjgrnEjNt0OL1Lak9MN9hbOXQNc=
peter-evans/create-pull-request@v8.0.0 Luap3+Di9HmjSpYTqM9ZzZHk1DBFrDgIwuguQ2Bty1k=
stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 g4PCgPHeeaVpSPTRcoBKth4QnrZGGQXwBEoEAsAXivs=
Loading