Skip to content

build(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5 #166

build(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5

build(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.5 #166

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Set up Nix
uses: cachix/install-nix-action@4b933aa7ebcc94a6174cf1364864e957b4910265 # v21
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Test
run: nix develop --impure .#ci -c task test
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Set up Nix
uses: cachix/install-nix-action@4b933aa7ebcc94a6174cf1364864e957b4910265 # v21
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Lint
run: nix develop --impure .#ci -c task lint
env:
LINT_ARGS: --out-format=github-actions
artifacts:
name: Artifacts
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Set up Nix
uses: cachix/install-nix-action@4b933aa7ebcc94a6174cf1364864e957b4910265 # v21
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build
run: nix develop --impure .#ci -c task snapshot
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: |
build/dist/mga_darwin_amd64.tar.gz
build/dist/mga_darwin_arm64.tar.gz
build/dist/mga_linux_amd64.tar.gz
build/dist/mga_linux_arm64.tar.gz
build/dist/mga_windows_amd64.zip
build/dist/mga_windows_arm64.zip
build/dist/checksums.txt
dependency-review:
name: Dependency review
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Dependency Review
uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 # v3.0.8