aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 09:25:11 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-04-10 09:31:25 +0000
commitaf6ec5d42ed703710776cff0cd8987a99bd3abd7 (patch)
tree39a6633dfee01ea5c4e9a218ad176c34104ac2ed /.github/workflows
parentci: fix codeql unable to download its own bundle (diff)
downloadfirejail-af6ec5d42ed703710776cff0cd8987a99bd3abd7.tar.gz
firejail-af6ec5d42ed703710776cff0cd8987a99bd3abd7.tar.zst
firejail-af6ec5d42ed703710776cff0cd8987a99bd3abd7.zip
build(deps): bump github/codeql-action from 2.2.9 to 2.2.11
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.9 to 2.2.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/04df1262e6247151b5ac09cd2c303ac36ad3f62b...d186a2a36cc67bfa1b860e6170d37fb9634742c7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index aaa21053f..4f06a3f26 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -89,7 +89,7 @@ jobs:
89 89
90 # Initializes the CodeQL tools for scanning. 90 # Initializes the CodeQL tools for scanning.
91 - name: Initialize CodeQL 91 - name: Initialize CodeQL
92 uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b 92 uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7
93 with: 93 with:
94 languages: ${{ matrix.language }} 94 languages: ${{ matrix.language }}
95 # If you wish to specify custom queries, you can do so here or in a config file. 95 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -100,7 +100,7 @@ jobs:
100 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 100 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
101 # If this step fails, then you should remove it and run the build manually (see below) 101 # If this step fails, then you should remove it and run the build manually (see below)
102 - name: Autobuild 102 - name: Autobuild
103 uses: github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b 103 uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7
104 104
105 # ℹī¸ Command-line programs to run using the OS shell. 105 # ℹī¸ Command-line programs to run using the OS shell.
106 # 📚 https://git.io/JvXDl 106 # 📚 https://git.io/JvXDl
@@ -114,4 +114,4 @@ jobs:
114 # make release 114 # make release
115 115
116 - name: Perform CodeQL Analysis 116 - name: Perform CodeQL Analysis
117 uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b 117 uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7