Skip to content

Commit c5347d3

Browse files
Bump the github-actions group across 1 directory with 5 updates (#3806)
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.0` | `4.38.0` | | [github/codeql-action/autobuild](https://github.com/github/codeql-action) | `4.37.0` | `4.38.0` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.0` | `4.38.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.2.0` | `6.3.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `7.0.0` | `7.1.1` | Updates `github/codeql-action/init` from 4.37.0 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...b96794f) Updates `github/codeql-action/autobuild` from 4.37.0 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...b96794f) Updates `github/codeql-action/analyze` from 4.37.0 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...b96794f) Updates `aws-actions/configure-aws-credentials` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@e7f100c...e125382) Updates `codecov/codecov-action` from 7.0.0 to 7.1.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fb8b358...303a32d) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/autobuild dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 351cfc4 commit c5347d3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.github/workflows/codeql.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: "Run CodeQL init"
28-
uses: "github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9"
28+
uses: "github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63"
2929
with:
3030
config-file: "./.github/codeql.yml"
3131
languages: "python"
3232

3333
- name: "Run CodeQL autobuild"
34-
uses: "github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9"
34+
uses: "github/codeql-action/autobuild@b96794f015dfd88f77b49b1c93e0fa7110f94c63"
3535

3636
- name: "Run CodeQL analyze"
37-
uses: "github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9"
37+
uses: "github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63"

‎.github/workflows/pull-request-build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727
steps:
2828
- name: Configure AWS Credentials
29-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b
29+
uses: aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd
3030
with:
3131
role-to-assume: ${{ env.IAM_ROLE_ARN }}
3232
role-session-name: PullRequestBuildGitHubAction

‎.github/workflows/run-tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
python scripts/ci/run-tests --with-cov --with-xdist
4444
- name: Run codecov
45-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
45+
uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5
4646
with:
4747
directory: tests
4848

0 commit comments

Comments
 (0)