Skip to content

Commit 56b2815

Browse files
missionlane-renovate[bot]xbglowx
authored andcommitted
chore(deps): pin dependencies
1 parent 3920516 commit 56b2815

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
shasum -a 256 prometheus-mailgun-exporter-* > sha256sums.txt
8888
8989
- name: Upload artifacts to GitHub Release
90-
uses: softprops/action-gh-release@v2
90+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
9191
with:
9292
draft: false
9393
prerelease: false
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Docker meta
112112
id: meta
113-
uses: docker/metadata-action@v5
113+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
114114
with:
115115
images: ghcr.io/${{ github.repository }}
116116
tags: |
@@ -121,14 +121,14 @@ jobs:
121121
122122
- name: Login to GitHub Container Registry
123123
if: github.event_name != 'pull_request'
124-
uses: docker/login-action@v3
124+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
125125
with:
126126
registry: ghcr.io
127127
username: ${{ github.repository_owner }}
128128
password: ${{ secrets.GITHUB_TOKEN }}
129129

130130
- name: Build and Push to ghcr.io
131-
uses: docker/build-push-action@v6
131+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
132132
with:
133133
push: ${{ github.event_name != 'pull_request' }}
134134
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515

1616
steps:
17-
- uses: googleapis/release-please-action@v4
17+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
config-file: release-please-config.json

0 commit comments

Comments
 (0)