Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wearefrank/ci-cd-templates
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: wearefrank/ci-cd-templates
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 15, 2024

  1. build(dependencies): bump the github-actions group across 1 directory…

    … with 8 updates (#11)
    
    Bumps the github-actions group with 8 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.3` | `4.3.4` |
    | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.7` | `4.1.8` |
    | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.0.0` | `3.1.0` |
    | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.3.0` | `3.4.0` |
    | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.2.0` | `6.3.0` |
    | [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) | `12.2798.0` | `12.2823.0` |
    | [github/codeql-action](https://github.com/github/codeql-action) | `3.25.11` | `3.25.12` |
    | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.2` | `4.0.3` |
    
    
    
    Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@6546280...0b2256b)
    
    Updates `actions/download-artifact` from 4.1.7 to 4.1.8
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@65a9edc...fa0a91b)
    
    Updates `docker/setup-qemu-action` from 3.0.0 to 3.1.0
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@6882732...5927c83)
    
    Updates `docker/setup-buildx-action` from 3.3.0 to 3.4.0
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@d70bba7...4fd8129)
    
    Updates `docker/build-push-action` from 6.2.0 to 6.3.0
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@1556069...1a16264)
    
    Updates `bridgecrewio/checkov-action` from 12.2798.0 to 12.2823.0
    - [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
    - [Commits](bridgecrewio/checkov-action@1aa570d...4bb6746)
    
    Updates `github/codeql-action` from 3.25.11 to 3.25.12
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b611370...4fa2a79)
    
    Updates `actions/setup-node` from 4.0.2 to 4.0.3
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@60edb5d...1e60f62)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: bridgecrewio/checkov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4a55871 View commit details
    Browse the repository at this point in the history
  2. chore(patch): release 1.0.3 [skip ci]

    ## [1.0.3](v1.0.2...v1.0.3) (2024-07-15)
    
    ### 🤖 Build System
    
    * **dependencies:** bump the github-actions group across 1 directory with 8 updates ([#11](#11)) ([4a55871](4a55871))
    semantic-release-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e073950 View commit details
    Browse the repository at this point in the history
Loading