chore(deps): bump the github-actions group across 1 directory with 6 updates - #153
Merged
markuslf merged 1 commit intoAug 7, 2026
Merged
Conversation
…updates Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.20.0` | `2.20.1` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.3` | `4.37.6` | | [github/codeql-action/autobuild](https://github.com/github/codeql-action) | `4.37.3` | `4.37.6` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.3` | `4.37.6` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.14.1` | `1.14.2` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.3` | `4.37.6` | Updates `step-security/harden-runner` from 2.20.0 to 2.20.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@bf7454d...b09bb98) Updates `github/codeql-action/init` from 4.37.3 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e4fba86...5595cca) Updates `github/codeql-action/autobuild` from 4.37.3 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e4fba86...5595cca) Updates `github/codeql-action/analyze` from 4.37.3 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e4fba86...5595cca) Updates `pypa/gh-action-pypi-publish` from 1.14.1 to 1.14.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@ba38be9...dc37677) Updates `github/codeql-action/upload-sarif` from 4.37.3 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e4fba86...5595cca) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/autobuild dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Not auto-merged: |
markuslf
added a commit
that referenced
this pull request
Aug 7, 2026
`FROZEN_LOCKFILES` held bare directories and the guard compared them against `steps.meta.outputs.directory` alone. In checklistfabrik that directory is `/`, which the `pip` and the `github-actions` ecosystem share, so every grouped Action bump was left open with a comment about `Requires-Python` that means nothing for an Action (#153). The entries are `<ecosystem>:<directory>` pairs now and the guard builds the same key from `package-ecosystem` and `directory`. Repositories that freeze nothing keep an empty list, so `FROZEN_LOCKFILES` stays the only line that differs between repositories.
markuslf
added a commit
to Linuxfabrik/firewallfabrik
that referenced
this pull request
Aug 7, 2026
`FROZEN_LOCKFILES` held bare directories and the guard compared them against `steps.meta.outputs.directory` alone. In checklistfabrik that directory is `/`, which the `pip` and the `github-actions` ecosystem share, so every grouped Action bump was left open with a comment about `Requires-Python` that means nothing for an Action (Linuxfabrik/checklistfabrik#153). The entries are `<ecosystem>:<directory>` pairs now and the guard builds the same key from `package-ecosystem` and `directory`. Repositories that freeze nothing keep an empty list, so `FROZEN_LOCKFILES` stays the only line that differs between repositories.
markuslf
added a commit
to Linuxfabrik/kickstart
that referenced
this pull request
Aug 7, 2026
`FROZEN_LOCKFILES` held bare directories and the guard compared them against `steps.meta.outputs.directory` alone. In checklistfabrik that directory is `/`, which the `pip` and the `github-actions` ecosystem share, so every grouped Action bump was left open with a comment about `Requires-Python` that means nothing for an Action (Linuxfabrik/checklistfabrik#153). The entries are `<ecosystem>:<directory>` pairs now and the guard builds the same key from `package-ecosystem` and `directory`. Repositories that freeze nothing keep an empty list, so `FROZEN_LOCKFILES` stays the only line that differs between repositories.
markuslf
added a commit
to Linuxfabrik/lfops
that referenced
this pull request
Aug 7, 2026
`FROZEN_LOCKFILES` held bare directories and the guard compared them against `steps.meta.outputs.directory` alone. In checklistfabrik that directory is `/`, which the `pip` and the `github-actions` ecosystem share, so every grouped Action bump was left open with a comment about `Requires-Python` that means nothing for an Action (Linuxfabrik/checklistfabrik#153). The entries are `<ecosystem>:<directory>` pairs now and the guard builds the same key from `package-ecosystem` and `directory`. Repositories that freeze nothing keep an empty list, so `FROZEN_LOCKFILES` stays the only line that differs between repositories.
markuslf
added a commit
to Linuxfabrik/mcp-server-icinga
that referenced
this pull request
Aug 7, 2026
`FROZEN_LOCKFILES` held bare directories and the guard compared them against `steps.meta.outputs.directory` alone. In checklistfabrik that directory is `/`, which the `pip` and the `github-actions` ecosystem share, so every grouped Action bump was left open with a comment about `Requires-Python` that means nothing for an Action (Linuxfabrik/checklistfabrik#153). The entries are `<ecosystem>:<directory>` pairs now and the guard builds the same key from `package-ecosystem` and `directory`. Repositories that freeze nothing keep an empty list, so `FROZEN_LOCKFILES` stays the only line that differs between repositories.
markuslf
added a commit
to Linuxfabrik/monitoring-plugins
that referenced
this pull request
Aug 7, 2026
`FROZEN_LOCKFILES` held bare directories and the guard compared them against `steps.meta.outputs.directory` alone. In checklistfabrik that directory is `/`, which the `pip` and the `github-actions` ecosystem share, so every grouped Action bump was left open with a comment about `Requires-Python` that means nothing for an Action (Linuxfabrik/checklistfabrik#153). The entries are `<ecosystem>:<directory>` pairs now and the guard builds the same key from `package-ecosystem` and `directory`. Repositories that freeze nothing keep an empty list, so `FROZEN_LOCKFILES` stays the only line that differs between repositories.
markuslf
added a commit
to Linuxfabrik/packaging
that referenced
this pull request
Aug 7, 2026
`FROZEN_LOCKFILES` held bare directories and the guard compared them against `steps.meta.outputs.directory` alone. In checklistfabrik that directory is `/`, which the `pip` and the `github-actions` ecosystem share, so every grouped Action bump was left open with a comment about `Requires-Python` that means nothing for an Action (Linuxfabrik/checklistfabrik#153). The entries are `<ecosystem>:<directory>` pairs now and the guard builds the same key from `package-ecosystem` and `directory`. Repositories that freeze nothing keep an empty list, so `FROZEN_LOCKFILES` stays the only line that differs between repositories.
dependabot
Bot
deleted the
dependabot/github_actions/github-actions-fcb154a14c
branch
August 7, 2026 07:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 6 updates in the / directory:
2.20.02.20.14.37.34.37.64.37.34.37.64.37.34.37.61.14.11.14.24.37.34.37.6Updates
step-security/harden-runnerfrom 2.20.0 to 2.20.1Release notes
Sourced from step-security/harden-runner's releases.
Commits
b09bb98Merge pull request #680 from step-security/aws-code-build35cd77bdocs: document the Global Block List in the features listbb6dbefchore: rebuild dist with clean dependency install98f73c5chore: update eBPF agent to v1.8.1454193c1Reapply "feat(runners): detect AWS CodeBuild-hosted runners as third-party pr...d22dd48Revert "fix(self-hosted): flush agent events at job end when deploy-on-self-h...0ff0941fix(self-hosted): flush agent events at job end when deploy-on-self-hosted-vm...a3c333dRevert "feat(runners): detect AWS CodeBuild-hosted runners as third-party pro...bf94c00feat(runners): detect AWS CodeBuild-hosted runners as third-party provider514522cfix(self-hosted): resolve runner user when USER env var is unsetUpdates
github/codeql-action/initfrom 4.37.3 to 4.37.6Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
5595ccaMerge pull request #4071 from github/update-v4.37.6-6a9359a1bec9c757Add change note for PR 407045c8742Update changelog for v4.37.66a9359aMerge pull request #4070 from github/mbg/remote-address/change-file-default065cdc0ChangeDEFAULT_CONFIG_FILE_NAMEf99dd5aMerge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.21804b21Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a13020a2fRebuild93c3a5aUpdate changelog and version after v4.37.5d1ba80aMerge pull request #4067 from github/update-v4.37.5-1cd4d01d5Updates
github/codeql-action/autobuildfrom 4.37.3 to 4.37.6Release notes
Sourced from github/codeql-action/autobuild's releases.
Changelog
Sourced from github/codeql-action/autobuild's changelog.
... (truncated)
Commits
5595ccaMerge pull request #4071 from github/update-v4.37.6-6a9359a1bec9c757Add change note for PR 407045c8742Update changelog for v4.37.66a9359aMerge pull request #4070 from github/mbg/remote-address/change-file-default065cdc0ChangeDEFAULT_CONFIG_FILE_NAMEf99dd5aMerge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.21804b21Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a13020a2fRebuild93c3a5aUpdate changelog and version after v4.37.5d1ba80aMerge pull request #4067 from github/update-v4.37.5-1cd4d01d5Updates
github/codeql-action/analyzefrom 4.37.3 to 4.37.6Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
5595ccaMerge pull request #4071 from github/update-v4.37.6-6a9359a1bec9c757Add change note for PR 407045c8742Update changelog for v4.37.66a9359aMerge pull request #4070 from github/mbg/remote-address/change-file-default065cdc0ChangeDEFAULT_CONFIG_FILE_NAMEf99dd5aMerge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.21804b21Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a13020a2fRebuild93c3a5aUpdate changelog and version after v4.37.5d1ba80aMerge pull request #4067 from github/update-v4.37.5-1cd4d01d5Updates
pypa/gh-action-pypi-publishfrom 1.14.1 to 1.14.2Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
... (truncated)
Commits
dc37677Merge pull request #417 from trail-of-forks/ft/bump-deps8b2f234Bumppypi-attestationsandsigstore78b72dbMerge pull request #416 from takluyver/twine-v792f4d2aUpdate twine to v7Updates
github/codeql-action/upload-sariffrom 4.37.3 to 4.37.6Release notes
Sourced from github/codeql-action/upload-sarif's releases.
Changelog
Sourced from github/codeql-action/upload-sarif's changelog.
... (truncated)
Commits
5595ccaMerge pull request #4071 from github/update-v4.37.6-6a9359a1bec9c757Add change note for PR 407045c8742Update changelog for v4.37.66a9359aMerge pull request #4070 from github/mbg/remote-address/change-file-default065cdc0ChangeDEFAULT_CONFIG_FILE_NAMEf99dd5aMerge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.21804b21Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a13020a2fRebuild93c3a5aUpdate changelog and version after v4.37.5d1ba80aMerge pull request #4067 from github/update-v4.37.5-1cd4d01d5Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions