Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@

steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2

Check warning on line 52 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / Linting

52:84 [comments] too few spaces before comment: expected 2
with:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

Check warning on line 57 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / Linting

57:73 [comments] too few spaces before comment: expected 2
- name: Setup go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5

Check warning on line 59 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / Linting

59:73 [comments] too few spaces before comment: expected 2
with:
go-version-file: go.mod

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4

Check warning on line 65 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / Linting

65:82 [comments] too few spaces before comment: expected 2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -70,7 +70,7 @@
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3

Check warning on line 73 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / Linting

73:70 [comments] too few spaces before comment: expected 2
with:
path: |
~/.cache/go-build
Expand All @@ -96,4 +96,4 @@
make -j 4 all

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4

Check warning on line 99 in .github/workflows/codeql.yml

View workflow job for this annotation

GitHub Actions / Linting

99:85 [comments] too few spaces before comment: expected 2
Loading