Skip to content

Commit fca18c9

Browse files
build(deps): bump the all-actions group with 3 updates
Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [m-kuhn/backport](https://github.com/m-kuhn/backport) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.2) Updates `m-kuhn/backport` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/m-kuhn/backport/releases) - [Commits](m-kuhn/backport@v1.2.7...v1.2.8) Updates `github/codeql-action` from 4.35.2 to 4.36.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.35.2...v4.36.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: m-kuhn/backport dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9579960 commit fca18c9

16 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/auto_tag_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Checkout code
3232
if: steps.check_branch.outputs.run == 'true'
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v6.0.2
3434

3535
- name: Tag
3636
if: steps.check_branch.outputs.run == 'true'

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Backport Bot
1515
id: backport
1616
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) )
17-
uses: m-kuhn/backport@v1.2.7
17+
uses: m-kuhn/backport@v1.2.8
1818
with:
1919
github_token: ${{ secrets.BACKPORT_TOKEN }}

.github/workflows/clang_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v6.0.2
4646

4747
- name: Cache
4848
uses: actions/cache@v5

.github/workflows/clang_static_analyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v6.0.2
2626

2727
- name: Run
2828
run: .github/workflows/clang_static_analyzer/start.sh

.github/workflows/code_checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v6.0.2
2626

2727
- name: Install Requirements
2828
run: |
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v6.0.2
4040

4141
- name: Install Requirements
4242
run: |
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v6
72+
uses: actions/checkout@v6.0.2
7373

7474
- name: Detect missing includes
7575
run: ./scripts/detect_missing_include.sh
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-24.04
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v6
81+
uses: actions/checkout@v6.0.2
8282

8383
- name: Install Requirements
8484
run: |
@@ -95,6 +95,6 @@ jobs:
9595
linting:
9696
runs-on: ubuntu-24.04
9797
steps:
98-
- uses: actions/checkout@v6
98+
- uses: actions/checkout@v6.0.2
9999
- uses: actions/setup-python@v6
100100
- uses: pre-commit/action@v3.0.1

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v6.0.2
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v4.35.2
44+
uses: github/codeql-action/init@v4.36.0
4545
with:
4646
languages: ${{ matrix.language }}
4747
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -99,6 +99,6 @@ jobs:
9999
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
100100

101101
- name: Perform CodeQL Analysis
102-
uses: github/codeql-action/analyze@v4.35.2
102+
uses: github/codeql-action/analyze@v4.36.0
103103
with:
104104
category: "/language:${{matrix.language}}"

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GHA_CI_PLATFORM: ${{ matrix.platform }}
3131

3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v6.0.2
3434

3535
- uses: conda-incubator/setup-miniconda@v4
3636
with:

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
if: github.repository == 'OSGeo/PROJ'
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v6.0.2
2222

2323
- name: Install Libraries
2424
run: |

.github/workflows/doc_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
container: ghcr.io/osgeo/proj-docs
2525

2626
steps:
27-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.7
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7
2828

2929
- name: Update sphinx-rtd-theme
3030
shell: bash -l {0}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
PUSH_PACKAGES: ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' && (matrix.container == 'proj' || (matrix.container == 'proj-docs' && github.ref_name == 'master')) }}
4646
CONTAINER: ${{ matrix.container }}
4747
steps:
48-
- uses: actions/checkout@v6
48+
- uses: actions/checkout@v6.0.2
4949
- name: Lint
5050
id: lint
5151
run: |

0 commit comments

Comments
 (0)