Skip to content

build(deps): bump the github-actions group across 1 directory with 3 updates - #369

Merged
twitchyliquid64 merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-1d4fa2a04a
Jun 15, 2026
Merged

build(deps): bump the github-actions group across 1 directory with 3 updates#369
twitchyliquid64 merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-1d4fa2a04a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 3 updates in the / directory: actions/upload-artifact, actions/download-artifact and actions/create-github-app-token.

Updates actions/upload-artifact from 4 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4 to 8

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.0.0

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 1 to 3

Release notes

Sourced from actions/create-github-app-token's releases.

v3.0.0

3.0.0 (2026-03-14)

Bug Fixes

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.

v3.0.0-beta.6

3.0.0-beta.6 (2026-03-13)

Bug Fixes

  • deps: bump @​actions/core from 1.11.1 to 3.0.0 (#337) (b044133)
  • deps: bump minimatch from 9.0.5 to 9.0.9 (#335) (5cbc656)
  • deps: bump the production-dependencies group with 4 updates (#336) (6bda5bc)
  • deps: bump undici from 7.16.0 to 7.18.2 (#323) (b4f638f)

v3.0.0-beta.5

3.0.0-beta.5 (2026-03-13)

  • fix!: require NODE_USE_ENV_PROXY for proxy support (#342) (d53a1cd)

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.

v3.0.0-beta.4

3.0.0-beta.4 (2026-03-13)

Bug Fixes

  • deps: bump @​octokit/auth-app from 7.2.1 to 8.0.1 (#257) (bef1eaf)
  • deps: bump @​octokit/request from 9.2.3 to 10.0.2 (#256) (5d7307b)
  • deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
  • deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)

... (truncated)

Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 8, 2026
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR upgrades artifact upload/download actions in the macOS CI workflow (upload -> actions/upload-artifact@v7, download -> actions/download-artifact@v8) and updates the promote workflow to use actions/create-github-app-token@v3 for minting the docs-repo token.

Changes

GitHub Actions Version Upgrades

Layer / File(s) Summary
Artifact actions in macOS CI workflow
.github/workflows/ci-macos.yml
Switch upload steps to actions/upload-artifact@v7 and download steps to actions/download-artifact@v8 in artifacts, boot-e2e, and autospawn-e2e jobs.
GitHub App token action in promote workflow
.github/workflows/promote.yml
Replace actions/create-github-app-token@v1 with actions/create-github-app-token@v3 for the docs-repo token minting step.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • jtnkminimal

Poem

🐰 I hopped through YAML lines so neat,
I nudged the actions for CI's beat,
Uploads lifted, downloads sped,
Tokens bumped — workflows fed,
Small hops toward a greener seat.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping GitHub Actions dependencies across the repository, which is the core purpose of this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
.github/workflows/promote.yml (1)

253-258: ⚡ Quick win

Explicitly downscope the GitHub App token permissions.

actions/create-github-app-token@v3 inherits all installation permissions unless permission-* inputs are set. This step only needs to dispatch to gominimal/docs, so explicitly setting the minimum scope avoids accidental over-privilege if App permissions expand later.

🔐 Proposed change
       - name: Mint docs-repo token (gominimal-aw-bot)
         id: docs-token
         if: ${{ inputs.dry_run != true }}
         uses: actions/create-github-app-token@v3
         with:
           app-id: ${{ vars.AW_BOT_APP_ID }}
           private-key: ${{ secrets.AW_BOT_PRIVATE_KEY }}
           owner: gominimal
           repositories: docs
+          permission-contents: write

Please verify the App installation has contents: write and no extra permission is required for POST /repos/{owner}/{repo}/dispatches.
Reference: https://github.com/actions/create-github-app-token, https://docs.github.com/en/rest/repos/repos#create-a-repository-dispatch-event

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/promote.yml around lines 253 - 258, The GitHub App token
step using actions/create-github-app-token@v3 is currently inheriting all
installation permissions; explicitly downscope it by adding permission-* inputs
to only what’s needed for the repository_dispatch call (e.g., add inputs like
permission-contents: write and set unrelated permissions to none) alongside the
existing app-id, private-key, owner, repositories inputs in the step; also
verify the App installation grants contents: write so the POST
/repos/{owner}/{repo}/dispatches will succeed and avoid granting broader
permissions.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In @.github/workflows/promote.yml:
- Around line 253-258: The GitHub App token step using
actions/create-github-app-token@v3 is currently inheriting all installation
permissions; explicitly downscope it by adding permission-* inputs to only
what’s needed for the repository_dispatch call (e.g., add inputs like
permission-contents: write and set unrelated permissions to none) alongside the
existing app-id, private-key, owner, repositories inputs in the step; also
verify the App installation grants contents: write so the POST
/repos/{owner}/{repo}/dispatches will succeed and avoid granting broader
permissions.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7e1bdbb2-cc73-4be8-877a-42300e525921

📥 Commits

Reviewing files that changed from the base of the PR and between 29501d0 and e36d70f.

📒 Files selected for processing (2)
  • .github/workflows/ci-macos.yml
  • .github/workflows/promote.yml

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-1d4fa2a04a branch 3 times, most recently from 3ae1280 to 9f3a44d Compare June 11, 2026 15:55

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
.github/workflows/promote.yml (1)

253-258: Confirm v3 input compatibility for create-github-app-token

  • actions/create-github-app-token@v3 still supports private-key, owner, and repositories.
  • app-id is a legacy/backward-compatible input in v3; v3 docs recommend switching to client-id instead for future-proofing.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/promote.yml around lines 253 - 258, Replace the legacy
app-id input with the v3-preferred client-id in the create-github-app-token
step: update the input key from app-id: ${{ vars.AW_BOT_APP_ID }} to client-id:
${{ vars.AW_BOT_CLIENT_ID }} (or add a new vars entry if needed), while keeping
private-key, owner and repositories inputs the same; you may keep app-id
temporarily for backward compatibility but prefer client-id in the
create-github-app-token@v3 step to future-proof the workflow.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In @.github/workflows/promote.yml:
- Around line 253-258: Replace the legacy app-id input with the v3-preferred
client-id in the create-github-app-token step: update the input key from app-id:
${{ vars.AW_BOT_APP_ID }} to client-id: ${{ vars.AW_BOT_CLIENT_ID }} (or add a
new vars entry if needed), while keeping private-key, owner and repositories
inputs the same; you may keep app-id temporarily for backward compatibility but
prefer client-id in the create-github-app-token@v3 step to future-proof the
workflow.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bd4e9749-5c2a-41cd-823a-e003e34fa61b

📥 Commits

Reviewing files that changed from the base of the PR and between 3ae1280 and 9f3a44d.

📒 Files selected for processing (2)
  • .github/workflows/ci-macos.yml
  • .github/workflows/promote.yml

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-1d4fa2a04a branch from 9f3a44d to 1a02e9d Compare June 12, 2026 17:53

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
.github/workflows/promote.yml (1)

254-258: ⚠️ Potential issue | 🟠 Major

Narrow the minted GitHub App token permissions for the repository dispatch step.

actions/create-github-app-token@v3 doesn’t set any permission-* inputs, so the minted token can inherit the app installation’s broader permissions (even though it’s scoped to repositories: docs). Restrict it with explicit least-privilege permissions needed for repository_dispatch.

Suggested hardening
       - name: Mint docs-repo token (gominimal-aw-bot)
         id: docs-token
         if: ${{ inputs.dry_run != true }}
         uses: actions/create-github-app-token@v3
         with:
           app-id: ${{ vars.AW_BOT_APP_ID }}
           private-key: ${{ secrets.AW_BOT_PRIVATE_KEY }}
           owner: gominimal
           repositories: docs
+          permission-contents: write
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/promote.yml around lines 254 - 258, The token minted by
actions/create-github-app-token@v3 needs explicit least-privilege permission
inputs: update the step that currently passes
app-id/private-key/owner/repositories and add explicit permission-* inputs to
restrict scopes (e.g. permission-repositories: 'write' and permission-actions:
'read' or 'write' as required for your repository_dispatch usage) so the created
token cannot inherit broader installation permissions; modify the step that
references actions/create-github-app-token@v3 to include these permission-
inputs alongside app-id, private-key, owner and repositories.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/ci-macos.yml:
- Line 89: Replace mutable GitHub Action version tags with immutable commit
SHAs/digests: locate the `uses:` declarations `actions/upload-artifact@v7` and
`actions/create-github-app-token@v3` and change them to the corresponding pinned
references (owner/repo@sha or owner/repo@digest) found on the action's
marketplace or GitHub repo (use the latest stable commit SHA or the action's
provided digest). Ensure you update both occurrences and verify the workflow
still runs by testing the workflow or dry-running a workflow dispatch after
pinning.

---

Outside diff comments:
In @.github/workflows/promote.yml:
- Around line 254-258: The token minted by actions/create-github-app-token@v3
needs explicit least-privilege permission inputs: update the step that currently
passes app-id/private-key/owner/repositories and add explicit permission-*
inputs to restrict scopes (e.g. permission-repositories: 'write' and
permission-actions: 'read' or 'write' as required for your repository_dispatch
usage) so the created token cannot inherit broader installation permissions;
modify the step that references actions/create-github-app-token@v3 to include
these permission- inputs alongside app-id, private-key, owner and repositories.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5ff5f45b-2bfd-4ca2-a2c8-6207ea11e134

📥 Commits

Reviewing files that changed from the base of the PR and between 9f3a44d and 1a02e9d.

📒 Files selected for processing (2)
  • .github/workflows/ci-macos.yml
  • .github/workflows/promote.yml

run: ./scripts/build-initramfs.sh "$RUNNER_TEMP/initramfs.cpio"
- name: Upload kernel artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

files=(".github/workflows/ci-macos.yml" ".github/workflows/promote.yml")

for f in "${files[@]}"; do
  echo "---- $f ----"
  if [ ! -f "$f" ]; then
    echo "MISSING: $f"
    continue
  fi

  echo "[uses: entries for actions/*]"
  rg -n --no-heading "uses:\s*actions/" "$f" || true

  echo
  echo "[excerpt around line 89 in ci-macos.yml]"
  if [ "$f" == ".github/workflows/ci-macos.yml" ]; then
    sed -n '70,110p' "$f" | cat -n
  fi
done

echo
echo "[Check pin format: count uses with @<40-hex> vs `@v`*]"
for f in "${files[@]}"; do
  if [ ! -f "$f" ]; then
    continue
  fi
  pinned_sha=$(rg -c "uses:\s*actions/[^@]+@[0-9a-f]{40}" "$f" || true)
  pinned_digest=$(rg -c "uses:\s*actions/[^@]+@sha256:[0-9a-f]{64}" "$f" || true)
  version_tag=$(rg -c "uses:\s*actions/[^@]+@v[0-9]+" "$f" || true)
  echo "$f: sha40=$pinned_sha sha256_digest=$pinned_digest version_tag=$version_tag"
done

Repository: gominimal/minimal

Length of output: 3323


Pin GitHub Actions to immutable commit SHAs/digests
.github/workflows/ci-macos.yml uses mutable version tags (e.g., actions/upload-artifact@v7 at line 89), and .github/workflows/promote.yml uses actions/create-github-app-token@v3; pin these uses: references to immutable commit SHAs/digests instead of @v* tags.

🧰 Tools
🪛 zizmor (1.25.2)

[error] 89-89: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)

(unpinned-uses)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/ci-macos.yml at line 89, Replace mutable GitHub Action
version tags with immutable commit SHAs/digests: locate the `uses:` declarations
`actions/upload-artifact@v7` and `actions/create-github-app-token@v3` and change
them to the corresponding pinned references (owner/repo@sha or
owner/repo@digest) found on the action's marketplace or GitHub repo (use the
latest stable commit SHA or the action's provided digest). Ensure you update
both occurrences and verify the workflow still runs by testing the workflow or
dry-running a workflow dispatch after pinning.

Source: Linters/SAST tools

…updates

Bumps the github-actions group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token).


Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

Updates `actions/download-artifact` from 4 to 8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v8)

Updates `actions/create-github-app-token` from 1 to 3
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@v1...v3)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-1d4fa2a04a branch from 1a02e9d to d8af1b5 Compare June 15, 2026 13:57
@twitchyliquid64

Copy link
Copy Markdown
Member

@dependabot /rebase

@twitchyliquid64
twitchyliquid64 merged commit ba1f04b into main Jun 15, 2026
32 of 33 checks passed
@twitchyliquid64
twitchyliquid64 deleted the dependabot/github_actions/github-actions-1d4fa2a04a branch June 15, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant