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 4343 shell : " bash"
4444 working-directory : " ${{ runner.temp }}"
4545 env :
46- TAG : " v1.1.3 "
46+ TAG : " v1.1.4-beta.1 "
4747 GITHUB_TOKEN : ${{ github.token }}
4848 - name : " Verify Dependency Submission Tool Provenance"
4949 run : >-
5454 shell : " bash"
5555 working-directory : " ${{ runner.temp }}"
5656 env :
57- TAG : " v1.1.3 "
57+ TAG : " v1.1.4-beta.1 "
5858 GITHUB_TOKEN : ${{ github.token }}
5959 - name : " Make Tool Executable"
6060 run : " chmod +x mix_dependency_submission"
Original file line number Diff line number Diff line change 22defmodule MixDependencySubmission.MixProject do
33 use Mix.Project
44
5- @ version "1.1.3 "
5+ @ version "1.1.4-beta.1 "
66 @ source_url "https://github.com/erlef/mix-dependency-submission"
77 @ description "Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API"
88
You can’t perform that action at this time.
0 commit comments