Skip to content

Commit f75659a

Browse files
chore(deps): bump the gh-actions-packages group across 2 directories with 3 updates (#7560)
Bumps the gh-actions-packages group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [DataDog/junit-upload-github-action](https://github.com/datadog/junit-upload-github-action) and [actions/stale](https://github.com/actions/stale). Bumps the gh-actions-packages group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [DataDog/junit-upload-github-action](https://github.com/datadog/junit-upload-github-action) and [actions/stale](https://github.com/actions/stale). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...de0fac2) Updates `DataDog/junit-upload-github-action` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/datadog/junit-upload-github-action/releases) - [Commits](DataDog/junit-upload-github-action@v2...055560f) Updates `actions/stale` from 10.1.1 to 10.2.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@9971854...b5d41d4) Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...de0fac2) Updates `DataDog/junit-upload-github-action` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/datadog/junit-upload-github-action/releases) - [Commits](DataDog/junit-upload-github-action@v2...055560f) Updates `actions/stale` from 10.1.1 to 10.2.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@9971854...b5d41d4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: DataDog/junit-upload-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: DataDog/junit-upload-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10abda7 commit f75659a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/appsec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,14 +520,14 @@ jobs:
520520
env:
521521
PLUGINS: stripe
522522
steps:
523-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
523+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
524524
- uses: ./.github/actions/node/oldest-maintenance-lts
525525
- uses: ./.github/actions/install
526526
- run: yarn test:appsec:plugins:ci
527527
- uses: ./.github/actions/node/latest
528528
- run: yarn test:appsec:plugins:ci
529529
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
530-
- uses: DataDog/junit-upload-github-action@762867566348d59ac9bcf479ebb4ec040db8940a # v2.0.0
530+
- uses: DataDog/junit-upload-github-action@055560f63c405095e9228ba443eee7987e22bb94 # v2.1.1
531531
if: always() && github.actor != 'dependabot[bot]'
532532
with:
533533
api_key: ${{ secrets.DD_API_KEY }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
stale:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
13+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1414
with:
1515
days-before-issue-stale: -1 # disabled for issues
1616

0 commit comments

Comments
 (0)