aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-11-11 04:26:26 +0000
committerGravatar waja <waja@users.noreply.github.com> 2022-11-11 06:28:27 +0100
commit1bc6d81651c5b5fe865515d420fc2772f4997059 (patch)
tree406bdc19cf657fb58f3e15f235d3fd3663023b89
parentde06e5832eb45ed0a23d4ad9f66d4faa51cb5371 (diff)
downloadmonitoring-plugins-1bc6d81651c5b5fe865515d420fc2772f4997059.tar.gz
Bump actions/checkout from 2 to 3HEADmaster
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 860c783c..ab8bfaae 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL