[Dependencies]: bump actions/checkout from 6.0.2 to 6.0.3#615
Conversation
|
@dependabot rebase |
6b8b161 to
60b5133
Compare
|
@dependabot rebase |
60b5133 to
c3e6020
Compare
|
@dependabot rebase |
1 similar comment
|
@dependabot rebase |
c3e6020 to
ee278db
Compare
|
@dependabot rebase |
ee278db to
606c4e7
Compare
|
@dependabot rebase |
606c4e7 to
d31ef6a
Compare
|
@dependabot rebase |
d31ef6a to
0da2e78
Compare
|
@dependabot rebase |
0da2e78 to
947d682
Compare
|
@dependabot rebase |
947d682 to
17a76ee
Compare
|
@dependabot rebase |
1 similar comment
|
@dependabot rebase |
17a76ee to
9310bba
Compare
|
@dependabot rebase |
9310bba to
db99686
Compare
|
@dependabot rebase |
db99686 to
8955a16
Compare
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
- on_new_pr.yml: add checkout step before local composite action usage in enable-auto-merge and auto_approve_dependabot jobs; pull_request_target runs with an empty workspace so local actions are unresolvable without an explicit checkout - pr-lint.yml: skip SOURCE_PUSH_TOKEN check for dependabot[bot] actor and fall back to github.token for super-linter so lint-code passes on Dependabot PRs where Actions secrets are unavailable - build-and-publish-pre-release.yml: skip build-pre-release job for dependabot/* branches; Dependabot pushes run in a restricted secret context where SOURCE_PUSH_TOKEN is unavailable, causing the required check to fail - pr-code-review-and-approve.yml: fall back to github.token when SOURCE_PUSH_TOKEN is not set so the Copilot review request does not error on missing required input Prompt: Work on pull request #615 in credfeto/scripts. Fix CI failures for Dependabot PRs.
4bb1162 to
10d611f
Compare
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
|
@dependabot rebase |
1 similar comment
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
1 similar comment
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
- on_new_pr.yml: add checkout step before local composite action usage in enable-auto-merge and auto_approve_dependabot jobs; pull_request_target runs with an empty workspace so local actions are unresolvable without an explicit checkout - pr-lint.yml: skip SOURCE_PUSH_TOKEN check for dependabot[bot] actor and fall back to github.token for super-linter so lint-code passes on Dependabot PRs where Actions secrets are unavailable - build-and-publish-pre-release.yml: skip build-pre-release job for dependabot/* branches; Dependabot pushes run in a restricted secret context where SOURCE_PUSH_TOKEN is unavailable, causing the required check to fail - pr-code-review-and-approve.yml: fall back to github.token when SOURCE_PUSH_TOKEN is not set so the Copilot review request does not error on missing required input Prompt: Work on pull request #615 in credfeto/scripts. Fix CI failures for Dependabot PRs.
10d611f to
00add75
Compare
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
- on_new_pr.yml: add checkout step before local composite action usage in enable-auto-merge and auto_approve_dependabot jobs; pull_request_target runs with an empty workspace so local actions are unresolvable without an explicit checkout - pr-lint.yml: skip SOURCE_PUSH_TOKEN check for dependabot[bot] actor and fall back to github.token for super-linter so lint-code passes on Dependabot PRs where Actions secrets are unavailable - build-and-publish-pre-release.yml: skip build-pre-release job for dependabot/* branches; Dependabot pushes run in a restricted secret context where SOURCE_PUSH_TOKEN is unavailable, causing the required check to fail - pr-code-review-and-approve.yml: fall back to github.token when SOURCE_PUSH_TOKEN is not set so the Copilot review request does not error on missing required input Prompt: Work on pull request #615 in credfeto/scripts. Fix CI failures for Dependabot PRs.
00add75 to
6e6837b
Compare
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- on_new_pr.yml: add checkout step before local composite action usage in enable-auto-merge and auto_approve_dependabot jobs; pull_request_target runs with an empty workspace so local actions are unresolvable without an explicit checkout - pr-lint.yml: skip SOURCE_PUSH_TOKEN check for dependabot[bot] actor and fall back to github.token for super-linter so lint-code passes on Dependabot PRs where Actions secrets are unavailable - build-and-publish-pre-release.yml: skip build-pre-release job for dependabot/* branches; Dependabot pushes run in a restricted secret context where SOURCE_PUSH_TOKEN is unavailable, causing the required check to fail - pr-code-review-and-approve.yml: fall back to github.token when SOURCE_PUSH_TOKEN is not set so the Copilot review request does not error on missing required input Prompt: Work on pull request #615 in credfeto/scripts. Fix CI failures for Dependabot PRs.
- Add missing --- document-start to geoipupdate.yml and powershell-analysis.yml - Fix bracket spacing and list indentation in powershell-analysis.yml - Skip include-changelog-entry steps when PR has Changelog Not Required label
6e6837b to
dc6841f
Compare
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Bumps actions/checkout from 6.0.2 to 6.0.3.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
df4cb1cUpdate changelog for v6.0.3 (#2446)1cce339Fix checkout init for SHA-256 repositories (#2439)900f221fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)0c366fdUpdate changelog (#2357)