Skip to content

Commit 29ee371

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actions/dependency-review-action-4.8.0
2 parents a2fb7f5 + f7cad41 commit 29ee371

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
36+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
3737
# Override language selection by uncommenting this and choosing your languages
3838
# with:
3939
# languages: go, javascript, csharp, python, cpp, java, ruby
4040

4141
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4242
# If this step fails, then you should remove it and run the build manually (see below).
4343
- name: Autobuild
44-
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
44+
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
4545

4646
# ℹ️ Command-line programs to run using the OS shell.
4747
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -55,4 +55,4 @@ jobs:
5555
# make release
5656

5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
58+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/rajbos/actions-marketplace/powershell:7@sha256:5b46b0645f5bdb12e7e5aedf4dcf725fd84968a25b04de1d8fc8e23b2f23901c
1+
FROM ghcr.io/rajbos/actions-marketplace/powershell:7@sha256:6cf4107b343487fa6f6a34ae0f12fc9482897f9002aede4ef9077cebb8cb4400
22

33
ENV DOCKER=true
44

0 commit comments

Comments
 (0)