diff --git a/action.yml b/action.yml index 0e30737..18683d7 100644 --- a/action.yml +++ b/action.yml @@ -27,8 +27,8 @@ runs: - name: Install required libraries for gems shell: bash run: | - gem install octokit --silent - gem install dogapi --silent + gem install octokit -v 4.25.1 + gem install dogapi -v 1.45.0 - name: Export extra data shell: bash run: | @@ -41,4 +41,4 @@ runs: - id: metric shell: bash run: | - ruby ${{ github.action_path }}/report_github_metrics.rb ${{github.repository}} ${{github.run_id}} ${{ inputs.datadog-metric-prefix }} '${{ inputs.teams }}' '${{ inputs.tagged-branches }}' '${{ inputs.custom-tags }}' \ No newline at end of file + ruby ${{ github.action_path }}/report_github_metrics.rb ${{github.repository}} ${{github.run_id}} ${{ inputs.datadog-metric-prefix }} '${{ inputs.teams }}' '${{ inputs.tagged-branches }}' '${{ inputs.custom-tags }}'