File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ runs:
37
37
uses : robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
38
38
with :
39
39
repository : " erlef/mix-dependency-submission"
40
- tag : " v1.1.1 "
40
+ tag : " v1.1.2 "
41
41
fileName : " mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
42
42
out-file-path : " ${{ runner.temp }}"
43
43
- name : " Verify Dependency Submission Tool Provenance"
44
44
run : >-
45
45
gh attestation verify
46
46
--repo erlef/mix-dependency-submission
47
- --source-ref refs/tags/v1.1.1
47
+ --source-ref refs/tags/v1.1.2
48
48
"${{ runner.temp }}/mix_dependency_submission_${{ runner.os }}_${{ runner.arch }}"
49
49
shell : " bash"
50
50
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.1.1 "
5
+ @ version "1.1.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