Skip to content

Commit 3871a7c

Browse files
dependabot[bot]theletterfclaude
authored
Bump the github-actions group across 2 directories with 2 updates (#143)
* Bump the github-actions group across 2 directories with 2 updates Bumps the github-actions group with 2 updates in the / directory: [elastic/oblt-actions](https://github.com/elastic/oblt-actions) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Bumps the github-actions group with 2 updates in the /.github/workflows directory: [elastic/oblt-actions](https://github.com/elastic/oblt-actions) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `elastic/oblt-actions` from 1.39.0 to 1.39.2 - [Release notes](https://github.com/elastic/oblt-actions/releases) - [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md) - [Commits](elastic/oblt-actions@v1.39.0...v1.39.2) Updates `tj-actions/changed-files` from 47.0.5 to 47.0.6 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Commits](tj-actions/changed-files@v47.0.5...v47.0.6) Updates `elastic/oblt-actions` from 1.39.0 to 1.39.2 - [Release notes](https://github.com/elastic/oblt-actions/releases) - [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md) - [Commits](elastic/oblt-actions@v1.39.0...v1.39.2) Updates `tj-actions/changed-files` from 47.0.5 to 47.0.6 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Commits](tj-actions/changed-files@v47.0.5...v47.0.6) --- updated-dependencies: - dependency-name: elastic/oblt-actions dependency-version: 1.39.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: elastic/oblt-actions dependency-version: 1.39.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * Bump check-aw-updates.yml gh-aw pin to v0.71.5 PR #142 missed this file when bumping the gh-aw pin from v0.71.1 to v0.71.5. The v0.71.1 release was deleted upstream, so the next weekly run of this workflow would fail at "gh extension install" the same way this PR's pre-commit did before the rebase. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabrizio Ferri-Benedetti <fabri.ferribenedetti@elastic.co> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d00d99a commit 3871a7c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-aw-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
name: Recompile lock files and open PR if changed
1111
runs-on: ubuntu-latest
1212
env:
13-
GH_AW_VERSION: v0.71.1
13+
GH_AW_VERSION: v0.71.5
1414
permissions:
1515
id-token: write
1616
contents: read
1717
steps:
1818
- name: Create ephemeral GitHub token
1919
id: create-token
20-
uses: elastic/oblt-actions/github/create-token@v1.39.0
20+
uses: elastic/oblt-actions/github/create-token@v1.39.2
2121
with:
2222
token-policy: token-policy-8749eaab83f2
2323

.github/workflows/codex-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v6
4949
- name: Check changes
5050
id: check-files
51-
uses: tj-actions/changed-files@v47.0.5
51+
uses: tj-actions/changed-files@v47.0.6
5252
with:
5353
files: ${{ inputs.path-pattern }}
5454
files_ignore: |

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Get changed files
118118
if: contains(fromJSON('["push", "merge_group", "pull_request"]'), github.event_name)
119119
id: check-files
120-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
120+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
121121
with:
122122
files: ${{ inputs.path-pattern != '' && inputs.path-pattern || '**' }}
123123
files_ignore: |

0 commit comments

Comments
 (0)