mirror of
https://github.com/tykeal/homeassistant-rental-control.git
synced 2026-06-24 08:47:51 +00:00
Merge pull request #452 from tykeal/dependabot/github_actions/github/codeql-action-4.35.1
Chore: Bump github/codeql-action from 4.34.1 to 4.35.1
This commit is contained in:
6
.github/workflows/codeql-analysis.yaml
vendored
6
.github/workflows/codeql-analysis.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
# yamllint disable-line rule:line-length
|
||||
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
|
||||
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
# If you wish to specify custom queries, you can do so here or in a
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
# manually (see below)
|
||||
- name: Autobuild
|
||||
# yamllint disable-line rule:line-length
|
||||
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
|
||||
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||
|
||||
# Command-line programs to run using the OS shell.
|
||||
# https://git.io/JvXDl
|
||||
@@ -75,4 +75,4 @@ jobs:
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
# yamllint disable-line rule:line-length
|
||||
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
|
||||
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||
|
||||
Reference in New Issue
Block a user