File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626 packages : write
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030 - uses : gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
3131 - name : Fetch version history
3232 # Do NOT want to fetch all tags if building a specific tag.
7171 build_windows :
7272 runs-on : windows-latest
7373 steps :
74- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
74+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7575 - uses : gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
7676 - name : Set up JDK
7777 uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
9292 permissions :
9393 contents : write
9494 steps :
95- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.0.0
95+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v3.0.0
9696 - name : Create GitHut Release
9797 uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v0.1.15
9898 with :
Original file line number Diff line number Diff line change 2222 get_impls :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2626 - name : Set up JDK
2727 uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
2828 with :
4545 run_functional :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4949 - name : Set up JDK
5050 uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
5151 with :
7272 run_validate_benchmark :
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
75+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7676 - name : Set up JDK
7777 uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
7878 with :
@@ -101,7 +101,7 @@ jobs:
101101 run_serde_benchmark :
102102 runs-on : ubuntu-latest
103103 steps :
104- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
104+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
105105 - name : Set up JDK
106106 uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
107107 with :
@@ -134,7 +134,7 @@ jobs:
134134 BUNDLE_GEMFILE : ${{ github.workspace }}/docs/Gemfile
135135 steps :
136136 - name : Checkout
137- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.4.0
137+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v3.4.0
138138 with :
139139 fetch-depth : 0 # need full history to get page last modified times
140140 - name : Setup Ruby
You can’t perform that action at this time.
0 commit comments