llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
307 stars 84 forks source link

Bump the github-actions group with 8 updates #712

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 3 days ago

Bumps the github-actions group with 8 updates:

Package From To
actions/checkout 3.1.0 4.1.7
actions/download-artifact 3 4
tj-actions/changed-files 39 44
actions/github-script 3 7
actions/labeler 4 5
actions/attest-build-provenance 1.0.0 1.3.2
ossf/scorecard-action 2.3.1 2.3.3
github/codeql-action 2.2.4 3.25.11

Updates actions/checkout from 3.1.0 to 4.1.7

Release notes

Sourced from actions/checkout's releases.

v4.1.7

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.1.6...v4.1.7

v4.1.6

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6

v4.1.5

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

v4.1.2

... (truncated)

Commits


Updates actions/download-artifact from 3 to 4

Release notes

Sourced from actions/download-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: https://github.com/actions/download-artifact/compare/v3...v4.0.0

v3.0.2

  • Bump @actions/artifact to v1.1.1 - actions/download-artifact#195
  • Fixed a bug in Node16 where if an HTTP download finished too quickly (<1ms, e.g. when it's mocked) we attempt to delete a temp file that has not been created yet actions/toolkit#1278

v3.0.1

Commits
  • 65a9edc Merge pull request #325 from bethanyj28/main
  • fdd1595 licensed
  • c13dba1 update @​actions/artifact dependency
  • 0daa75e Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.6
  • 9c19ed7 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
  • 3d3ea87 updating license
  • 89af5db updating artifact package v2.1.6
  • b4aefff Merge pull request #323 from actions/eggyhead/update-artifact-v215
  • 8caf195 package lock update
  • d7a2ec4 updating package version
  • Additional commits viewable in compare view


Updates tj-actions/changed-files from 39 to 44

Release notes

Sourced from tj-actions/changed-files's releases.

v44

Changes in v44.5.5

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44...v44.5.5


Changes in v44.5.4

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44...v44.5.4


Changes in v44.5.3

What's Changed

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

44.5.5 - (2024-06-24)

⚙️ Miscellaneous Tasks

⬆️ Upgrades

  • Upgraded to v44.5.4 (#2165)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (0b99ecf) - (tj-actions[bot])

44.5.4 - (2024-06-23)

🐛 Bug Fixes

  • Error using since_last_remote_commit with the first PR commit (#2163) (cc3bbb0) - (Tonye Jack)
  • deps: Update dependency @​octokit/rest to v21 (#2158) (7891350) - (renovate[bot])

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/node to v20.14.8 (373db58) - (renovate[bot])
  • deps-dev: Bump @​types/uuid from 9.0.8 to 10.0.0 (#2160) (9161a8d) - (dependabot[bot])
  • deps: Update dependency @​types/node to v20.14.7 (457e041) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v44.5.3 (#2154)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (e13fb92) - (tj-actions[bot])

44.5.3 - (2024-06-19)

🐛 Bug Fixes

  • deps: Update dependency yaml to v2.4.5 (57a81a3) - (renovate[bot])
  • deps: Update dependency yaml to v2.4.4 (3de0776) - (renovate[bot])
  • deps: Update dependency yaml to v2.4.3 (#2120) (60268df) - (renovate[bot])

➕ Add

  • Added missing changes and modified dist assets. (2972fe4) - (GitHub Action)
  • Added missing changes and modified dist assets. (1d8732f) - (GitHub Action)

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • cc73385 chore: remove debug lines (#2166)
  • 0b99ecf Upgraded to v44.5.4 (#2165)
  • cc3bbb0 fix: error using since_last_remote_commit with the first PR commit (#2163)
  • 373db58 chore(deps): update dependency @​types/node to v20.14.8
  • 9161a8d chore(deps-dev): bump @​types/uuid from 9.0.8 to 10.0.0 (#2160)
  • e13fb92 Upgraded to v44.5.3 (#2154)
  • 7891350 fix(deps): update dependency @​octokit/rest to v21 (#2158)
  • 457e041 chore(deps): update dependency @​types/node to v20.14.7
  • eaf854e chore(deps): update dependency @​types/node to v20.14.6
  • 681bf92 chore(deps): update peter-evans/create-pull-request action to v6.1.0
  • Additional commits viewable in compare view


Updates actions/github-script from 3 to 7

Release notes

Sourced from actions/github-script's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0

v6.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1

v6.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0

v6.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.3.2...v6.3.3

v6.3.2

What's Changed

... (truncated)

Commits
  • 60a0d83 Merge pull request #440 from actions/joshmgross/v7.0.1
  • b7fb200 Update version to 7.0.1
  • 12e22ed Merge pull request #439 from actions/joshmgross/avoid-setting-base-url
  • d319f8f Avoid setting baseUrl to undefined when input is not provided
  • e69ef54 Merge pull request #425 from actions/joshmgross/node-20
  • ee0914b Update licenses
  • d6fc56f Use @types/node for Node 20
  • 384d6cf Fix quotations in tests
  • 8472492 Only validate GraphQL previews
  • 84903f5 Remove node-fetch from type
  • Additional commits viewable in compare view


Updates actions/labeler from 4 to 5

Release notes

Sourced from actions/labeler's releases.

v5.0.0

What's Changed

This release contains the following breaking changes:

  1. The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.

  2. The bug related to the sync-labels input was fixed (#112). Now the input value is read correctly.

  3. By default, dot input is set to true. Now, paths starting with a dot (e.g. .github) are matched by default.

  4. Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

For more information, please read the action documentation.

New Contributors

Full Changelog: https://github.com/actions/labeler/compare/v4...v5.0.0

v5.0.0-beta.1

What's Changed

In scope of this beta release, the structure of the configuration file (.github/labeler.yml) was changed from

LabelName:
- any:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']

to

LabelName:
- any:
  - changed-files: 
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
    - AllGlobsToAllFiles: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files:
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
</tr></table> 

... (truncated)

Commits
  • 8558fd7 Merge pull request #709 from actions/v5.0.0-beta
  • 000ca75 Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...
  • cb66c2f Update dist
  • 9181355 Apply suggestions for the beta vesrion and update the documentation
  • efe4c1c Merge pull request #699 from MaksimZhukov/update-node-runtime-and-dependencies
  • c0957ad Run Prettier
  • 8dc8d18 Update Node.js version in reusable workflows
  • d0d0bbe Update documentation
  • 1375c42 5.0.0
  • ab7411e Change version of Node.js runtime to node20
  • Additional commits viewable in compare view


Updates actions/attest-build-provenance from 1.0.0 to 1.3.2

Release notes

Sourced from actions/attest-build-provenance's releases.

v1.3.2

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.3.1...v1.3.2

v1.3.1

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.3.0...v1.3.1

v1.3.0

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.2.0...v1.3.0

v1.2.0

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.1.2...v1.2.0

v1.1.2

What's Changed

  • Bump actions/attest from 1.1.1 to 1.1.2 by @​bdehamer in actions/attest-build-provenance#79
    • Downcase subject name for OCI images
    • Fix accept header when retrieving image manifest
    • Support variants of the Docker Hub registry name

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.1.1...v1.1.2

v1.1.1

What's Changed

... (truncated)

Commits


Updates ossf/scorecard-action from 2.3.1 to 2.3.3

Release notes

Sourced from ossf/scorecard-action's releases.

v2.3.3

[!NOTE]
There is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tag

What's Changed

For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.

Documentation

Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.3

Commits
  • dc50aa9 :seedling: Bump docker tag for v2.3.3 release (#1368)
  • 8ff5700 :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0....
  • 8ba5e73 update api links to new scorecard.dev site (#1376)
  • 92ddde3 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 (#1374)
  • 6c55905 :seedling: Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373)
  • 09bb953 :seedling: Bump distroless/base in the docker-images group (#1372)
  • 1511e13 :seedling: Bump the github-actions group across 1 directory with 6 updates (#...
  • df66cd8 :seedling: Bump the docker-images group with 2 updates (#1370)
  • fad9a3c :seedling: Bump distroless/base in the docker-images group (#1364)
  • 1e01a30 :seedling: Bump the github-actions group with 3 updates (#1365)
  • Additional commits viewable in compare view


Updates github/codeql-action from 2.2.4 to 3.25.11

Release notes

Sourced from github/codeql-action's releases.

CodeQL Bundle v2.17.6

Bundles CodeQL CLI v2.17.6

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.6:

CodeQL Bundle v2.17.5

Bundles CodeQL CLI v2.17.5

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.5: