diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-13 17:49:04 +0000 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-02-08 12:48:42 +0100 |
| commit | 90493b49d6d1a8f8910fdb1b14d7456dc0837715 (patch) | |
| tree | faf996bb4376b07c00ddc05e741b58764c94789f /.github | |
| parent | eb21c113da5dcc29869f8abaa381e2737d00e18d (diff) | |
| download | gohugo-theme-ed-90493b49d6d1a8f8910fdb1b14d7456dc0837715.tar.gz | |
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [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/v2...v3)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b00b156..a17e606 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,12 +45,12 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Setup Hugo uses: peaceiris/actions-hugo@v2 @@ -82,4 +82,4 @@ jobs: HUGO_ENV: development - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 |
