meta: bump github/codeql-action from 3.29.2 to 3.30.0 · nodejs/node@01b66b1

Original file line numberDiff line numberDiff line change

@@ -27,15 +27,15 @@ jobs:

2727
2828

# Initializes the CodeQL tools for scanning.

2929

- name: Initialize CodeQL

30-

uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2

30+

uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0

3131

with:

3232

languages: ${{ matrix.language }}

3333

config-file: ./.github/codeql-config.yml

3434
3535

- name: Autobuild

36-

uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2

36+

uses: github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0

3737
3838

- name: Perform CodeQL Analysis

39-

uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2

39+

uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0

4040

with:

4141

category: /language:${{matrix.language}}