File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ runs:
27
27
uses : robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
28
28
with :
29
29
repository : " erlef/mix-dependency-submission"
30
- tag : " v1.0.1 "
30
+ tag : " v1.0.2 "
31
31
fileName : " mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
32
32
out-file-path : " ${{ runner.temp }}"
33
33
- name : " Verify Dependency Submission Tool Provenance"
34
34
run : >-
35
35
gh attestation verify
36
36
--repo erlef/mix-dependency-submission
37
- --source-ref refs/tags/v1.0.1
37
+ --source-ref refs/tags/v1.0.2
38
38
"${{ runner.temp }}/mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
39
39
shell : " bash"
40
40
working-directory : " ${{ runner.temp }}"
Original file line number Diff line number Diff line change 2
2
defmodule MixDependencySubmission.MixProject do
3
3
use Mix.Project
4
4
5
- @ version "1.0.1 "
5
+ @ version "1.0.2 "
6
6
@ source_url "https://github.com/erlef/mix-dependency-submission"
7
7
@ description "Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API"
8
8
You can’t perform that action at this time.
0 commit comments