From 80e241aa707d3b3c0f12445b7c45feb5700ebf6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:47:38 +0000 Subject: [PATCH] fix(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [bitshifted/git-auto-semver](https://github.com/bitshifted/git-auto-semver). Updates `github/codeql-action` from 3.28.18 to 3.28.19 - [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/ff0a06e83cb2de871e5a09832bc6a81e7276941f...fca7ace96b7d713c7035871441bd52efbe39e27e) Updates `bitshifted/git-auto-semver` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/bitshifted/git-auto-semver/releases) - [Commits](https://github.com/bitshifted/git-auto-semver/compare/bf1df921f244690998135f7544385f3575693d7e...29951ab6c607ad8b2ff7495f83bd5174cd5381b1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: bitshifted/git-auto-semver dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/megalinter.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/semver.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 .github/workflows/semver.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 949cc60..20dc7ca 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Initialize CodeQL - uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3 + uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # pin@v3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -54,6 +54,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3 + uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # pin@v3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index 8dfa522..9d86dda 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -228,6 +228,6 @@ jobs: if: | steps.sarif_file_exists.outputs.files_exists == 'true' && github.event.repository.visibility == 'public' - uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3.28.18 + uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # pin@v3.28.19 with: sarif_file: "megalinter-reports/megalinter-report.sarif" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 9ced8ed..e64ef9a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -72,6 +72,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3 + uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # pin@v3 with: sarif_file: results.sarif diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml old mode 100755 new mode 100644 index 50fffb9..07eef66 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -28,7 +28,7 @@ jobs: - name: calculate version id: calculate-version - uses: bitshifted/git-auto-semver@bf1df921f244690998135f7544385f3575693d7e # pin@v1 + uses: bitshifted/git-auto-semver@29951ab6c607ad8b2ff7495f83bd5174cd5381b1 # pin@v1 with: create_tag: true initial_version: 0.0.1