Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25' # GO_VERSION_DEF
check-latest: true
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check: Why are we pinning these at such an old version?

with:
path: ./src/github.com/${{ github.repository }}
- name: Build
Expand All @@ -24,12 +24,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25' # GO_VERSION_DEF
check-latest: true
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: GoReleaser Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install CLI
uses: dopplerhq/cli-action@v4
uses: dopplerhq/cli-action@4819d808ab99e5cde19a0637a16536a4038fad73 # v4.0.1
- name: Test CLI
run: doppler --version
2 changes: 1 addition & 1 deletion .github/workflows/doppler-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:
jobs:
dependency-review:
name: Dependency Review
uses: DopplerHQ/.github/.github/workflows/dependencies.yaml@main
uses: DopplerHQ/.github/.github/workflows/dependencies.yaml@a529fe6298292af0b1351fd7cae8aa03e7540b2b # main
22 changes: 11 additions & 11 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Uninstall bash
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Uninstall curl
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Uninstall gnupg
Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Install CLI
Expand All @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Download CLI
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Download CLI
Expand All @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Make temp directory
Expand All @@ -126,7 +126,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Install CLI
Expand All @@ -140,7 +140,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Install CLI
Expand All @@ -155,7 +155,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Install CLI
Expand All @@ -169,7 +169,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Create user bin directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Install CLI
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Install Scoop and CLI
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25' # GO_VERSION_DEF
check-latest: true
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Set up QEMU
Expand All @@ -41,15 +41,15 @@ jobs:
docker image inspect "$image" --format '{{.Architecture}}';
docker run --rm --platform "$1" -e DOPPLER_ENABLE_VERSION_CHECK=false "$image" --version;
done
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: macOS build (amd64)
path: ./dist/doppler_darwin_amd64_v1/doppler
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: macOS build (arm64)
path: ./dist/doppler_darwin_arm64/doppler
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: Linux build (amd64)
path: ./dist/doppler_linux_amd64_v1/doppler
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
contents: write
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: "1.25" # GO_VERSION_DEF
check-latest: true
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: "master"
# include tags so we can determine new version
Expand All @@ -52,7 +52,7 @@ jobs:
# docker-container driver, which this action configures by default
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@41106dbef2e821dcf2250b0c936a616a438a278a # v2
- name: Install Cloudsmith CLI
run: pip install --upgrade cloudsmith-cli
- name: Configure git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: ShellCheck
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install shellcheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Check scripts
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25' # GO_VERSION_DEF
check-latest: true
- name: Install dependencies
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends expect jq
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Build
Expand All @@ -33,12 +33,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25' # GO_VERSION_DEF
check-latest: true
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
with:
path: ./src/github.com/${{ github.repository }}
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25' # GO_VERSION_DEF
check-latest: true
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Go Supported Version
uses: dopplerhq/go-supported-version-check-action@v1
uses: dopplerhq/go-supported-version-check-action@9e57bbb76bc6b20129c0a2aaf65fd9a2b7634a6b # v1.0.0
with:
go-version: "1.25" # GO_VERSION_DEF
version-requirement: any-supported
Loading