Skip to content

Commit 724a3bf

Browse files
dependabot[bot]chrisgacsalgreptile-apps[bot]
authored
chore(deps): bump github/codeql-action from 4.36.0 to 4.36.2 (#4527)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Krisztian Gacsal <chrisgacsal@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Krisztian Gacsal <chrisgacsal@users.noreply.github.com> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 0faf6a2 commit 724a3bf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/analysis-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
retention-days: 5
4343

4444
- name: Upload results to GitHub Security tab
45-
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.29.5
45+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4646
with:
4747
sarif_file: results.sarif

.github/workflows/codeql-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache: true
5353

5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
55+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
5656
with:
5757
languages: go
5858
build-mode: manual
@@ -69,6 +69,6 @@ jobs:
6969
make build GO_BUILD_FLAGS=
7070
7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
72+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7373
with:
7474
category: "/language:go"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
persist-credentials: false
6464

6565
- name: Initialize CodeQL
66-
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
66+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6767
with:
6868
languages: ${{ matrix.language }}
6969
build-mode: none
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
72+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7373
with:
7474
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)