Skip to content

Commit ec50f9d

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/github/local-action-6.0.0
Signed-off-by: Andrew Brandt <[email protected]>
2 parents ca17b8a + 805af1c commit ec50f9d

File tree

4 files changed

+852
-819
lines changed

4 files changed

+852
-819
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ jobs:
3636

3737
- name: Initialize CodeQL
3838
id: initialize
39-
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
39+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4040
with:
4141
config-file: .github/codeql/codeql-config.yml
4242
languages: ${{ matrix.language }}
4343
source-root: src
4444

4545
- name: Autobuild
4646
id: autobuild
47-
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
47+
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4848

4949
- name: Perform CodeQL Analysis
5050
id: analyze
51-
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
51+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5

.github/workflows/licensed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Setup Ruby
4646
id: setup-ruby
47-
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
47+
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
4848
with:
4949
ruby-version: ruby
5050

0 commit comments

Comments
 (0)