Skip to content

Commit 73c46ae

Browse files
authored
Merge pull request #144 from gittuf/dependabot/github_actions/all-40b42193b3
chore(deps): Bump the all group with 3 updates
2 parents 53fe1c6 + dd09969 commit 73c46ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL
65-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
65+
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
6666
with:
6767
languages: ${{ matrix.language }}
6868
build-mode: ${{ matrix.build-mode }}
@@ -91,6 +91,6 @@ jobs:
9191
exit 1
9292
9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
94+
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
9595
with:
9696
category: "/language:${{matrix.language}}"

.github/workflows/go-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: go mod download
3232

3333
- name: Run golangci-lint
34-
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v7
34+
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v7
3535
with:
3636
version: latest
3737
working-directory: go-backend

0 commit comments

Comments
 (0)