aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-24 06:58:24 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-25 02:15:44 +0000
commit3f5b591debc99407ca4a636db613ab00294acc40 (patch)
treeaf78b6fa5f6615a3bdd96757a5d029dd1ff33102 /.github/workflows
parentFix typo in pycharm-professional include (diff)
downloadfirejail-3f5b591debc99407ca4a636db613ab00294acc40.tar.gz
firejail-3f5b591debc99407ca4a636db613ab00294acc40.tar.zst
firejail-3f5b591debc99407ca4a636db613ab00294acc40.zip
build(deps): bump github/codeql-action from 2.2.12 to 2.3.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.12 to 2.3.0. - [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/7df0ce34898d659f95c0c4a09eaa8d4e32ee64db...b2c19fb9a2a485599ccf4ed5d65527d94bc57226) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 d46c0a3b7..cce75acb3 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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db 92 uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db 103 uses: github/codeql-action/autobuild@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db 117 uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226