Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflows #1054

Merged
merged 7 commits into from
Mar 21, 2023
Merged

Update workflows #1054

merged 7 commits into from
Mar 21, 2023

Commits on Mar 21, 2023

  1. build: update cifuzz workflow

    - Update actions to their latest versions.
    - Use SHA to (potentially) allow enabling Dependabot.
    - Move caching responsibility to `actions/setup-go` (supported since
      >=v3).
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    402412b View commit details
    Browse the repository at this point in the history
  2. build: update e2e workflow

    - Update actions to their latest versions.
    - Use SHA to (potentially) allow enabling Dependabot.
    - Move caching responsibility to `actions/setup-go` (supported since
      >=v3).
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    00f737a View commit details
    Browse the repository at this point in the history
  3. build: update e2e workflow

    - Update actions to their latest versions.
    - Use SHA to (potentially) allow enabling Dependabot.
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ccaaded View commit details
    Browse the repository at this point in the history
  4. build: update release workflow

    - Update actions to their latest versions.
    - Use SHA to (potentially) allow enabling Dependabot.
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4286a7a View commit details
    Browse the repository at this point in the history
  5. build: update scan workflow

    - Update actions to their latest versions.
    - Use SHA to (potentially) allow enabling Dependabot.
    - Add Go Modules caching using  `actions/setup-go` (supported since
      >=v3).
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    40ab611 View commit details
    Browse the repository at this point in the history
  6. build: update tests workflow

    - Update actions to their latest versions.
    - Use SHA to (potentially) allow enabling Dependabot.
    - Add Go Modules caching using  `actions/setup-go` (supported since
      >=v3).
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    85bde48 View commit details
    Browse the repository at this point in the history
  7. build: update verify workflow

    - Update actions to their latest versions.
    - Use SHA to (potentially) allow enabling Dependabot.
    - Move caching responsibility to `actions/setup-go` (supported since
      >=v3).
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4081e4b View commit details
    Browse the repository at this point in the history