Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian
dns-flood-detector
Commits
03a0d32d
Commit
03a0d32d
authored
Jul 21, 2021
by
waja
Browse files
ci: pin action versions
parent
855d9c16
Pipeline
#73
failed with stages
in 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/packaging_test.yml
View file @
03a0d32d
...
...
@@ -24,7 +24,7 @@ jobs:
run
:
|
sed -i '0,/restricted/s//stable/' debian/changelog
-
name
:
Build Debian package
uses
:
dawidd6/action-debian-package@v1
uses
:
dawidd6/action-debian-package@v1
.4.0
with
:
artifacts_directory
:
debian/build/release/
-
name
:
Debug
...
...
.github/workflows/release.yml
View file @
03a0d32d
...
...
@@ -50,7 +50,7 @@ jobs:
run
:
|
sed -i '0,/restricted/s//stable/' debian/changelog
-
name
:
Build Debian package
uses
:
dawidd6/action-debian-package@v1
uses
:
dawidd6/action-debian-package@v1
.4.0
with
:
artifacts_directory
:
debian/build/release/
# - name: Build Debian package
...
...
@@ -59,7 +59,7 @@ jobs:
# artifacts_directory: debian/build/release/
# target_architectures: "amd64,i386"
-
name
:
Upload the artifacts
uses
:
skx/github-action-publish-binaries@
master
uses
:
skx/github-action-publish-binaries@
release-0.15
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment